 .header_h2{
font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 21px 0px 0px 30px !important;
}
#faq__accordian-main-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.6;
}

.faq__accordion-content p {
	margin: 0;
}

.faq__accordian-heading {
	background-color: #f7f7f7;
	padding: 10px 30px 10px 20px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	font-weight: 500;
	text-decoration: navajowhite;
	color: #000000;
	border-radius: 15px;
}

.faq__accordion-content {
	display: none;
	padding: 10px 20px;
}

.faq__accordian-heading.active {
	background-color: #4c4c4c;
	color: #ffffff;
}
.card-body-auto a{
color: #8e0000;
    text-decoration: underline;
}

.phone-numbers {
    display: flex;
    justify-content: center; /* Центрує всі номери по горизонталі */
    gap: 20px; /* Встановлює проміжок між номерами */
}

.separator {
    width: 1px;
    background-color: #ccc; /* Сірий роздільник */
    height: 20px;
}

.order-text {
    text-align: center;
    margin-top: 10px;
}